সমন্বিত ২ ব্যাংক (সোনালী ও জনতা) || অফিসার (আইটি) (04-10-2024) || 2024
common.all_written_question
1
You are required to convert a 12-bit digital number to an analogue voltage over the voltage range of 0 to 3.3V with a Digital-to-Analogue Converter (DAC). What is the resolution of the analogue output?
You are required to convert a 12-bit digital number to an analogue voltage over the voltage range of 0 to 3.3V with a Digital-to-Analogue Converter (DAC). What is the resolution of the analogue output?
2
Find the sets X and Y if X U Y - {1,2,3,5,6,8,9,10}, X ∩ Y = (1,5) and Y-X - {2, 6, 9, 10}.
Find the sets X and Y if X U Y - {1,2,3,5,6,8,9,10}, X ∩ Y = (1,5) and Y-X - {2, 6, 9, 10}.
3
Convert the infix expression P=12/(7-3)+2 to postfix expression and evaluate it.
common.earn_by_contributing_to_add_answer
4
Explain how encapsulation and inheritance are advantageous in object oriented programming.
common.earn_by_contributing_to_add_answer
5
If you throw two unbiased dice (each with six sides) together, what is the probability that the sum of two upward faces will be 7? Explain your answer.
If you throw two unbiased dice (each with six sides) together, what is the probability that the sum of two upward faces will be 7? Explain your answer.
common.earn_by_contributing_to_add_answer
6
How many total bits are required for a direct mapped cache with 16KB of data and 4-word blocks. assuming a 32 bit address?
How many total bits are required for a direct mapped cache with 16KB of data and 4-word blocks. assuming a 32 bit address?
common.earn_by_contributing_to_add_answer
7
Give the necessary conditions for deadlock to occur. Is it possible to have deadlock involving only a single process? Explain your answer.
Give the necessary conditions for deadlock to occur. Is it possible to have deadlock involving only a single process? Explain your answer.
common.earn_by_contributing_to_add_answer
8
Consider the following buy a product description. Customer browses catalog, selects items to buy and then goes to check out. Customer fills in shipping information (address, receive time). System presents full pricing information and customer fills in credit card information. System authorizes purchase. confirms sale and sends confirming email to customer. Draw a use case diagram for the above system.
Consider the following buy a product description. Customer browses catalog, selects items to buy and then goes to check out. Customer fills in shipping information (address, receive time). System presents full pricing information and customer fills in credit card information. System authorizes purchase. confirms sale and sends confirming email to customer. Draw a use case diagram for the above system.
common.earn_by_contributing_to_add_answer
9
Suppose we want to develop software for a graphic package and we are given the task to implement circle class. The circle class has to be translatable from its origin. And it should also be able to give perimeter and area of the circle. Identify the data and method requirements for the class and give the data flow of translation method.
Suppose we want to develop software for a graphic package and we are given the task to implement circle class. The circle class has to be translatable from its origin. And it should also be able to give perimeter and area of the circle. Identify the data and method requirements for the class and give the data flow of translation method.
common.earn_by_contributing_to_add_answer
10
Using an explanation of the difference between flow-control and congestion control, discuss the impact of a stable end-to-end latency.
Using an explanation of the difference between flow-control and congestion control, discuss the impact of a stable end-to-end latency.
common.earn_by_contributing_to_add_answer
11
Explain the difference between a singly link list and a doubly link list data structure.
common.earn_by_contributing_to_add_answer
12
Describe, and estimate the costs of, a procedure to insert a new item into an existing binary max-heap.
Describe, and estimate the costs of, a procedure to insert a new item into an existing binary max-heap.
common.earn_by_contributing_to_add_answer
13
What is the worst-case time and space complexity of quicksort? Briefly explain how this worst-case behavior can occur.
What is the worst-case time and space complexity of quicksort? Briefly explain how this worst-case behavior can occur.
common.earn_by_contributing_to_add_answer
14
Write a function which receives an array of integers as parameter and print the numbers divisible by 3 in the array.
Write a function which receives an array of integers as parameter and print the numbers divisible by 3 in the array.
common.earn_by_contributing_to_add_answer
15
Consider that you are given a database of a 'Pet Society' with the following relations.
Animals(ID: integer, Name: string, PrevOwner: string, DateAdmitted: date. Type: string)
Adopter(PSIN: integer, Name: string, Address: string, OtherAnimals: integer)
Adoption(AnimalID: integer, PSIN: integer, AdoptDate: date, chipNo: integer)
Give a sql query that list total number of adoptions on June 30, 2024 for each animal type.
Consider that you are given a database of a 'Pet Society' with the following relations.
Animals(ID: integer, Name: string, PrevOwner: string, DateAdmitted: date. Type: string)
Adopter(PSIN: integer, Name: string, Address: string, OtherAnimals: integer)
Adoption(AnimalID: integer, PSIN: integer, AdoptDate: date, chipNo: integer)
Give a sql query that list total number of adoptions on June 30, 2024 for each animal type.
common.earn_by_contributing_to_add_answer